home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / quoter.arc / QUOTER.DOC < prev    next >
Text File  |  1986-06-05  |  3KB  |  68 lines

  1.  
  2. Program: Quoter.com
  3.  
  4. Purpose: To display a "Quote for the Day" using the Fido(tm) Quote.bbs file.
  5.  
  6. How it works: Quoter.com uses Quotes.bbs as it's input, you may add, delete
  7.                 or change any of the quotes in the file. Quotes.bbs is an
  8.                 ASCII file and can be edited with (almost) any word processor.
  9.  
  10. Requirements: Quoter.com and Quotes.bbs must reside in the same subdirectory.
  11.                 Dos 3.0 or higher, Ibm or compatible machine.
  12.                 A small amount of memory.
  13.  
  14. Work file used: Pointer.bbs - This is a 2 byte file that is used to keep track
  15.                                 of the next quote to display. If it does not
  16.                                 exits, Quoter will create one. Upon creation
  17.                                 of Pointer.bbs, the first quote in the file
  18.                                 will be displayed, and then the next sequential
  19.                                 quote.....and so on.
  20.  
  21. Limitaions: If you modify the Quotes.bbs file and add your own quotes,
  22.                 each line of your quote may be only 79 characters long.
  23.                 This will avoid a space being displayed between the lines.
  24.  
  25.             Length of the Quotes (max lines) is 50.
  26.  
  27. Sample of autoexec.bat with Quoter.com and Quotes.bbs in a subdirectory other
  28.         than the Root Directory:
  29.  
  30.         
  31.  Autoexec.bat:
  32.  
  33.         TIME
  34.         DATE
  35.         command /c quote        ; "command /c" tells the batch file to return
  36.         CHKDSK/F                ; to AUTOEXEC.BAT when finished and continue
  37.         ...                     ; execution. "quote" is a batch file set up
  38.         ...                     ; in your PATH. See your dos manual for PATH.
  39.  
  40.  Quote.bat:
  41.  
  42.         echo off                ; Turn ECHO OFF
  43.         cd\quotes               ; Change Directories to "quotes" <----------+
  44.         quoter        <------+                                              |
  45.         cd\                  |    This is a subdirectory that you set up  }-+
  46.                              |    to contain Quoter.com and Quotes.bbs    }-+
  47.                              |  
  48.                              +- ; Execute Quoter.com
  49.                                 ; and return to the root directory
  50.  
  51.  
  52. Author: Scott W. Saltz
  53. Date:   06-05-86
  54.  
  55. Send comments and or hate mail to:
  56.  
  57.         Twilight Productions
  58.         P.O. Box 94215
  59.         Des Moines, Iowa
  60.                         50394
  61.         co. FM Software
  62.             Scott Saltz
  63.  
  64.         or call:
  65.                 (515) 280-3271   300/1200/2400 24hr.
  66.                 Crystal Palace [Fido(tm)]
  67.                 IBM's only please
  68.